-
Notifications
You must be signed in to change notification settings - Fork 571
ci: Split up Test AI workflow #5148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| python-version: ["3.10","3.11","3.12","3.13","3.14","3.14t"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Python version matrix includes unsupported combinations
The workflow Python version matrices include versions unsupported by some frameworks in each group. The generator script unions all Python versions across grouped frameworks, causing tests to fail for nonexistent tox environments. For example, pydantic_ai lacks Python 3.11, 3.14, and 3.14t in tox.ini, yet the Agents workflow will attempt py3.11-pydantic_ai. Similarly, langgraph lacks 3.11, and mcp lacks 3.14 and 3.14t in their respective workflows.
Additional Locations (2)
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
sentrivana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏🏻
Description
The AI test suite takes the longest, so splitting the workflow up reduces the time for CI to complete.
Issues
Reminders
tox -e linters.feat:,fix:,ref:,meta:)